home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki RSS / Paseczek 1.0.0.261 / Paseczek-1.0.0.261.exe / {app} / Help / Paseczek_PLK.chm / common / style.css
Cascading Style Sheet File  |  2006-03-07  |  3KB  |  195 lines

  1. body 
  2.   { 
  3.   font-family   : Verdana, Arial, Helvetica, sans-serif; 
  4.   font-size     : 80%; 
  5.   background    : #FFFFFF; 
  6.   margin-left   : 0; 
  7.   margin-top    : 0; 
  8.   margin-right  : 0; 
  9.   margin-bottom : 0; 
  10.   }
  11.  
  12. td.Shortcut
  13.   {
  14.   background  : #BBDDFF;
  15.   font-family : Verdana;
  16.   width       : 50%;
  17.   }
  18.  
  19. p.Subtitle
  20.   {
  21.   font-family : Verdana;
  22.   font-size   : 12px;
  23.   font-weight : bold;
  24.   }
  25.  
  26. td.Header
  27.   {
  28.   background  : #BBDDFF;
  29.   font-family : Verdana;
  30.   font-size   : 9px;
  31.   }
  32.  
  33. p.Header
  34.   {
  35.   margin-left   : 2px; 
  36.   margin-top    : 2px; 
  37.   margin-right  : 2px; 
  38.   margin-bottom : 2px; 
  39.   }
  40.  
  41.  
  42.  
  43. td.Title
  44.   {
  45.   font-family : Verdana;
  46.   font-size   : 14px;
  47.   font-weight : bold;
  48.   }
  49.  
  50. p.Title
  51.   {
  52.   margin-left   : 10px; 
  53.   margin-top    : 10px; 
  54.   margin-right  : 10px; 
  55.   margin-bottom : 10px; 
  56.   }
  57.  
  58. td.Text
  59.   {
  60.   font-family : Verdana;
  61.   font-size   : 10px;
  62.   text-align  : justify;
  63.   }
  64.  
  65. ol.Text
  66.   {
  67.   text-align  : justify;
  68.   }
  69.  
  70. p.Text
  71.   {
  72.   margin-left   : 10px; 
  73.   margin-top    : 10px; 
  74.   margin-right  : 10px; 
  75.   margin-bottom : 10px; 
  76.   text-align  : justify;
  77.   }
  78.  
  79. td.Footer
  80.   {
  81.   font-family : Verdana;
  82.   font-size   : 10px;
  83.   }
  84.  
  85. p.Footer
  86.   {
  87.   margin-left   : 10px; 
  88.   margin-top    : 10px; 
  89.   margin-right  : 10px; 
  90.   margin-bottom : 10px; 
  91.   }
  92.  
  93. div.Footer
  94.   {
  95.   margin-left   : 10px; 
  96.   margin-top    : 10px; 
  97.   margin-right  : 10px; 
  98.   margin-bottom : 10px; 
  99.   }
  100.  
  101. p.Warning
  102.   { 
  103.   color         : #FF0000; 
  104.   font-weight   : bold; 
  105.   clear         : both; 
  106.   margin-top    : 10px; 
  107.   margin-bottom : 0; 
  108.   font-size     : 11px;
  109.   }
  110.  
  111. p.Alert 
  112.   { 
  113.   margin-top    : 10px; 
  114.   margin-bottom : 0; 
  115.   margin-left   : 10px; 
  116.   padding-left  : 0; 
  117.   }
  118.  
  119.  
  120. hr
  121.   {
  122.   height       : 1px;
  123.   }
  124.  
  125. td.TytlulOdstep
  126.   {
  127.   width      : 1.0%;
  128.   background : #6699FF;
  129.   padding    : 0cm 0cm 0cm 0cm
  130.   }
  131.  
  132. a:link, a:visited 
  133.   { 
  134.   color           : "#0000FF"; 
  135.   text-decoration : "underline";
  136.   }
  137. a:active, a:hover 
  138.   { 
  139.   color           : "#FF0000";  
  140.   cursor          : hand; 
  141.   text-decoration : "underline";
  142.   }
  143.  
  144. h1 
  145.   { 
  146.   font-size   : 135%; 
  147.   font-weight : bold; 
  148.   margin-left : 5px; 
  149.   }
  150. h2 
  151.   { 
  152.   font-size   : 125%; 
  153.   font-weight : bold; 
  154.   }
  155. h3 
  156.   { 
  157.   font-size     : 100%; 
  158.   font-weight   : bold; 
  159.   margin-left   : 5px; 
  160.   word-spacing  : 0; 
  161.   margin-top    : 0; 
  162.   margin-bottom : 0; 
  163.   }
  164.  
  165. p, li  
  166.   {
  167.   margin-left   : 10px;   
  168.   margin-right  : 20px;
  169.   word-spacing  : 0; 
  170.   margin-top    : 5px;
  171.   margin-bottom : 5px;  
  172.   }
  173.  
  174. ul
  175.   { 
  176.   margin-top      : 5px; 
  177.   margin-bottom   : 10px; 
  178.   list-style-type : disc; 
  179.   margin-left     : 20px; 
  180.   padding-left    : 20px; 
  181.   }
  182.  
  183. li 
  184.   { 
  185.   font-weight : normal;
  186.   }
  187.   
  188. td 
  189.   { 
  190.   font-size : 10px; 
  191.   text-align  : left;
  192.   }
  193.  
  194.  
  195.